feat(rhdh-release): sync JQL templates with current Jira project structure#55
Open
jasperchui wants to merge 1 commit into
Open
feat(rhdh-release): sync JQL templates with current Jira project structure#55jasperchui wants to merge 1 commit into
jasperchui wants to merge 1 commit into
Conversation
…cture
- release_notes: check Release Note Status, Text, and Type fields;
exclude CVEs and obsolete/duplicate/Won't Do resolutions
- feature_freeze_issues: add new components to exclusion list
(AEM Migration, AI Demo, Conference, JTBD, RHDH Plugin Repo,
Security Tooling)
- code_freeze_issues: rewrite with per-issuetype clauses and updated
component exclusions
- Add _by_team variants (open_issues_by_team, feature_freeze_issues_by_team,
code_freeze_issues_by_team) using "Team[Team]" = "{{CLOUD_ID}}" for
fast JQL-based team filtering
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
release_notes: Improved to check Release Note Status, Text, and Type fields comprehensively; excludes CVEs and obsolete/duplicate/Won't Do resolutionsfeature_freeze_issues: Updated component exclusion list with new components (AEM Migration, AI Demo, Conference, JTBD, RHDH Plugin Repo, Security Tooling)code_freeze_issues: Rewritten with per-issuetype clauses (bug/Story/task/Vulnerability, Feature, Epic) and updated component exclusions_by_teamtemplates:open_issues_by_team,feature_freeze_issues_by_team,code_freeze_issues_by_teamusing"Team[Team]" = "{{CLOUD_ID}}"for fast JQL-based team filtering — noparse_issues.py --enrichneededNotes
_by_teamtemplates mirror their base templates exactly, withAND "Team[Team]" = "{{CLOUD_ID}}"appendedjql-release.mdfileTest plan
"Team[Team]" = "ec74d716-af36-4b3c-950f-f79213d08f71-4403"returns 209 COPE issues for 2.1.0 (~1.5s)release_notesquery returns 22 outstanding for COPE on 2.1.0feature_freeze_issues_by_teamcomponent list matchesfeature_freeze_issuescode_freeze_issues_by_teamquery matchescode_freeze_issuesMade with Cursor